home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / mud28.zip / BUGS.FIX next >
Text File  |  1993-06-03  |  3KB  |  76 lines

  1. v2.8 5-29-93
  2.         1. If you replaced a file that existed already MUD would
  3.         replace it, however if you modified another file and saved
  4.         it to a different name it would say that file existed
  5.         even though it did not. Had to zero out a flag.
  6.         2. Speeded up overall performance by replacing the progress
  7.         bar with a spinner. Speed increase of about 5 times orginal.
  8.         Speed and functionality mean more than pretty progress bar.
  9.         3. Now asks how many spaces per tab and how many tabs
  10.         per space. Will allow up to 20 spaces per tab.
  11.  
  12. v2.7 5-22-93
  13.         1. When exiting help the bottom line would not clear.
  14.         2. Added the tab<->space option.
  15.         3. added the EBCDIC<->ASCII option
  16.         4. To quit you now type 'Q' or 'q'. (Talk about waffling)
  17.  
  18. v2.6 2-22-93
  19.         1. Added a help screen.
  20.         2. Made the progress bar look cleaner with a background.
  21.         3. To exit you now type 'E'
  22.  
  23. v2.5 12-13-92
  24.         1. When changing a file in a directory other than the directory
  25.         in which MUD resides, on certain systems the file to be changed
  26.         would not be saved.
  27.         
  28.         2. A progress indicator has replaced the spinner. You can graphically
  29.         see how long it will take before completion.
  30.         
  31.         3. Any requests for input is now made on line 24, called the 
  32.         'input line'.
  33.  
  34. v2.4 11-23-92
  35.         1. Found out that the UNIX world really uses hex 0A, a linefeed,
  36.         at the end of every line. I had assumed the Mac and UNIX file
  37.         structures were the same. This entailed making the menu selection
  38.         more comprehensive.
  39.         
  40.         2. Add better keyboard input checking. Check for invalid filenames
  41.         or directories.
  42.  
  43.         3. If there were no translations the status bar now turns red to
  44.         highlight this fact. Also if an invalid filename is inputted
  45.         the status bar turns red.
  46.  
  47. v2.3 11-22-92
  48.         1. Added status bar on 25th line. This indicates which file
  49.         was read from and was written to. The status bar also informs
  50.         user how many translations occured.
  51.  
  52.         2. Added an option to strip off any characters that were
  53.         greater that 127 HEX. This is referred to as stripping 8th bit.
  54.  
  55.         3. If user attempted to replace a character that
  56.         had a hex value greater that 127 it would not be replaced. This is
  57.         now fixed.
  58.  
  59. v2.2 10-25-92
  60.         1. When opening a binary file and having the same name for
  61.         both the input and output it would corrupt the file.
  62.  
  63.         2. Added a spinner in lower left corner to indicate to the
  64.         user that the system is not hung.
  65.  
  66. v2.1 production 10-10-92
  67.         1. no known bugs  (wishful thinking as I look above)
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.         
  75.  
  76.